ComponentOne ASP.NET MVC Controls
IsReadOnly Method (DropDownBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > DropDownBuilder<T,TControl,TBuilder> Class : IsReadOnly Method
The value.
Configurates C1.Web.Mvc.DropDown<T>.IsReadOnly. Sets a value that indicates whether the user can modify the control value using the mouse and keyboard.
Syntax
'Declaration
 
Public Function IsReadOnly( _
   ByVal value As Boolean _
) As TBuilder
public TBuilder IsReadOnly( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

DropDownBuilder<T,TControl,TBuilder> Class
DropDownBuilder<T,TControl,TBuilder> Members